home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Příklady / 3.Anti-Debugging / Detekce SoftICu / CreateFile / CreateFile.rc < prev    next >
Encoding:
Text File  |  2002-06-08  |  4.7 KB  |  187 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Czech resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CSY)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
  21. #pragma code_page(1250)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\CreateFile.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\CreateFile.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75.  
  76. IDD_CREATEFILE_DIALOG DIALOGEX 0, 0, 200, 45
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  78. EXSTYLE WS_EX_APPWINDOW
  79. CAPTION "Detekce SoftICu volßnφm funkce CreateFileA"
  80. FONT 8, "MS Sans Serif"
  81. BEGIN
  82.     DEFPUSHBUTTON   "OK",IDC_OK,7,7,186,14
  83.     PUSHBUTTON      "Cancel",IDCANCEL,7,23,186,14
  84. END
  85.  
  86.  
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // DESIGNINFO
  90. //
  91.  
  92. #ifdef APSTUDIO_INVOKED
  93. GUIDELINES DESIGNINFO DISCARDABLE 
  94. BEGIN
  95.     IDD_CREATEFILE_DIALOG, DIALOG
  96.     BEGIN
  97.         LEFTMARGIN, 7
  98.         RIGHTMARGIN, 193
  99.         TOPMARGIN, 7
  100.         BOTTOMMARGIN, 38
  101.     END
  102. END
  103. #endif    // APSTUDIO_INVOKED
  104.  
  105. #endif    // Czech resources
  106. /////////////////////////////////////////////////////////////////////////////
  107.  
  108.  
  109. /////////////////////////////////////////////////////////////////////////////
  110. // English (U.S.) resources
  111.  
  112. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  113. #ifdef _WIN32
  114. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  115. #pragma code_page(1252)
  116. #endif //_WIN32
  117.  
  118. #ifndef _MAC
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // Version
  122. //
  123.  
  124. VS_VERSION_INFO VERSIONINFO
  125.  FILEVERSION 1,0,0,1
  126.  PRODUCTVERSION 1,0,0,1
  127.  FILEFLAGSMASK 0x3fL
  128. #ifdef _DEBUG
  129.  FILEFLAGS 0x1L
  130. #else
  131.  FILEFLAGS 0x0L
  132. #endif
  133.  FILEOS 0x4L
  134.  FILETYPE 0x1L
  135.  FILESUBTYPE 0x0L
  136. BEGIN
  137.     BLOCK "StringFileInfo"
  138.     BEGIN
  139.         BLOCK "040904B0"
  140.         BEGIN
  141.             VALUE "CompanyName", "\0"
  142.             VALUE "FileDescription", "CreateFile MFC Application\0"
  143.             VALUE "FileVersion", "1, 0, 0, 1\0"
  144.             VALUE "InternalName", "CreateFile\0"
  145.             VALUE "LegalCopyright", "Copyright (C) 2002\0"
  146.             VALUE "LegalTrademarks", "\0"
  147.             VALUE "OriginalFilename", "CreateFile.EXE\0"
  148.             VALUE "ProductName", "CreateFile Application\0"
  149.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  150.         END
  151.     END
  152.     BLOCK "VarFileInfo"
  153.     BEGIN
  154.         VALUE "Translation", 0x409, 1200
  155.     END
  156. END
  157.  
  158. #endif    // !_MAC
  159.  
  160. #endif    // English (U.S.) resources
  161. /////////////////////////////////////////////////////////////////////////////
  162.  
  163.  
  164.  
  165. #ifndef APSTUDIO_INVOKED
  166. /////////////////////////////////////////////////////////////////////////////
  167. //
  168. // Generated from the TEXTINCLUDE 3 resource.
  169. //
  170. #define _AFX_NO_SPLITTER_RESOURCES
  171. #define _AFX_NO_OLE_RESOURCES
  172. #define _AFX_NO_TRACKER_RESOURCES
  173. #define _AFX_NO_PROPERTY_RESOURCES
  174.  
  175. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  176. #ifdef _WIN32
  177. LANGUAGE 9, 1
  178. #pragma code_page(1252)
  179. #endif //_WIN32
  180. #include "res\CreateFile.rc2"  // non-Microsoft Visual C++ edited resources
  181. #include "afxres.rc"         // Standard components
  182. #endif
  183.  
  184. /////////////////////////////////////////////////////////////////////////////
  185. #endif    // not APSTUDIO_INVOKED
  186.  
  187.